home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 1320 / 1320.xpi / chrome / gmanager.jar / content / options / pages / security.xul < prev    next >
Extensible Markup Language  |  2010-01-22  |  858b  |  29 lines

  1. <?xml version="1.0"?>
  2. <?xml-stylesheet href="chrome://gmanager/content/options/options.css" type="text/css"?>
  3.  
  4. <!-- 
  5.   Gmail Manager
  6.   By Todd Long <longfocus@gmail.com>
  7.   http://www.longfocus.com/firefox/gmanager/
  8.  -->
  9.  
  10. <!DOCTYPE page SYSTEM "chrome://gmanager/locale/gmanager.dtd">
  11.  
  12. <page id="gmanager-options-security"
  13.     onload="parent.gmanager_Options.loadPagePrefs();"
  14.     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  15.     
  16.     <groupbox>
  17.         <caption label="&options-security-passwords;" />
  18.         
  19.         <checkbox id="gm-prefs-security-never-save-passwords"
  20.                 label="&options-security-never-save-passwords;"/>
  21.     </groupbox>
  22.     
  23.     <groupbox>
  24.         <caption label="&options-security-connection;"/>
  25.         
  26.         <checkbox id="gm-prefs-security-secured-connection"
  27.                 label="&options-security-secured-connection;"/>
  28.     </groupbox>
  29. </page>